body, ul, ol, li, h1, h2, h3, h4, h5, h6, td, th, form, fieldset, img, dl, dt, dd {
    margin: 0; 
    padding: 0;
    font-family: "Microsoft YaHei";
}
table{
    font-size: 12px;
    border-collapse: collapse;
    border-spacing: 0;
}
li, ol {
    list-style:none;
}
img {
    border:0
}
#container_page{
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: left;
}
#head{
    width: 100%;
    height: 140px;
}
.wc{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
#nav_outer{
    width: 1200px;
    height: 40px;
    margin: 0px auto;
    background: rgb(1,49,95);
    color: white;
    /* 父元素字体大小为0，解决水平方向上代码换行导致元素之间出现空隙。
    子元素需要手动调整可见字体大小 */
    font-size: 0;
}
.nav{
    float: left;
    position: relative;
    width: 100px;
    margin-right: 37.5px;;
    height: 40px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    /* 一行文本在当前行中永远是垂直居中，可以手动设置
    行高跟元素高度保持一致，实现一行文本在元素中的垂直居中效果*/
    line-height: 40px;
    background:rgb(1,49,95);
}
.nav:hover{
    background: rgb(78,111,143);
}
.nav:hover .nav_expand{
    display: block;
    width: 100px;
}
.no-margin{
    margin: 0px;
}
.nav a{
    margin: 0px auto;
    text-decoration: none;
    color: white;
    display: block;
}

.nav_expand{
    position: absolute;
    z-index: 8000;
    top: 40px;
    left: 0px;
    background: rgb(1,49,95);
    display: none;
}
.nav_expand>li:hover{
    background: rgb(78,111,143);  
}

#friend_link > div{
    height: 50px;
    background: #eeeeee;
}

#footer>div{
    height: 80px;
    background: #0078bf;
}

/* 文章样式 */
.tit_pop {
    font-size: 16pt;
    padding-top: 20px;
    padding-bottom: 5px;
    font-weight: bold;
}

.padding_top{
    padding-top: 8px;
}

.main_table_bg {
    BACKGROUND-COLOR: #FFFFFF;
    width: 100%;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-top-style: solid;
    border-right-color: #E1E1E1;
    border-left-color: #E1E1E1;
    border-top-color: #E1E1E1;
    font-size: 12px;
    border-bottom-color: #E1E1E1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.content {
    font-size: 10.5pt;
    line-height: 18pt;
    color: #4A4A4A;
    text-align: justify;
}

/*列表样式*/
.main_table_bg {
    BACKGROUND-COLOR: #FFFFFF;
    width: 100%;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-top-style: solid;
    border-right-color: #E1E1E1;
    border-left-color: #E1E1E1;
    border-top-color: #E1E1E1;
    font-size: 12px;
    border-bottom-color: #E1E1E1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.barlink a{
    text-decoration: none;
}

.barlink>tbody>tr>td>a{
    color:white;
}

.barlink a:hover{
   color:orange;
}

.p9 a{
    text-decoration: none;
    color:black;
}

.p9 a:hover{
   color:orange;
}

.main_table_bg a{
    text-decoration: none;
    color:black;
}

.main_table_bg a:hover{
    color:orange;
}

